home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10866 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: cliffy.lfwc.lockheed.com!harrier!mcclellantj
  2. From: mcclellantj@harrier (Tad McClellan)
  3. Newsgroups: comp.lang.c,comp.unix.questions,comp.unix.programmer
  4. Subject: Re: beginner needs your help ASAP
  5. Followup-To: comp.lang.c,comp.unix.questions,comp.unix.programmer
  6. Date: 20 Mar 1996 15:22:47 GMT
  7. Organization: Lockheed Martin Tactical Aircraft Systems
  8. Distribution: world
  9. Message-ID: <4ip7s7$s09@cliffy.lfwc.lockheed.com>
  10. References: <4in3s5$a7a@risky.ecs.umass.edu>
  11. Reply-To: mcclellantj@lfwc.lockheed.com
  12. NNTP-Posting-Host: harrier-ietm.lfwc.lockheed.com
  13. X-Newsreader: TIN [version 1.2 PL1]
  14.  
  15. sebag@ecs.umass.edu wrote:
  16.  
  17. : I am a new C programmer who would like to do some basic graphics.
  18. : I am using a UNIX machine and I am logging on through telnet.
  19. : I would like to clear the screen, and write characters at different
  20. : places on the screen. If I used printf, it would print on the next
  21. : line. I am trying to choose where on the screen the characters go.
  22. : Is this easy to do? 
  23.  
  24.  
  25. man curses  may help.
  26.  
  27.  
  28.  
  29.  
  30. Subject: Re: beginner needs your help ASAP
  31.  
  32. You'll find that you get more responses when you actually mention
  33. the subject in your Subject. I usually ignore posts without a subject
  34. I am intersted in.
  35.  
  36. Subject: character based interface
  37.  
  38. would have been much better.
  39.  
  40.  
  41. excerpt from one of the many FAQs posted regularly to news.announce.newusers:
  42.  
  43. -------------------------------------------
  44. [The most recent version of this document is posted periodically in
  45. several newsgroups, including news.newusers.questions, news.groups, and
  46. news.announce.newusers.  It can also obtained by anonymous FTP as
  47. rtfm.mit.edu:/pub/usenet/news.answers/finding-groups/general.  If
  48. you do not have access to anonymous FTP, you can retrieve it by
  49. sending email to mail-server@rtfm.mit.edu with the command "send
  50. usenet/news.answers/finding-groups/general" in the message.]
  51.  
  52. ...
  53.  
  54. Subject: Choosing a good Subject: header
  55.  
  56. Many people scan the Subject lines of newsgroups, and choose to only
  57. read articles with a Subject line that is of interest to them.  (This
  58.                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  59. is the '=' command in rn - check the documentation of your newsreader
  60. to see if this ability is available to you.) If your Subject line does
  61. not contain useful information about the contents of your post, relatively
  62. few people will read it.
  63. ^^^^^^^^^^^^^^^^^^^^^^^
  64.  
  65. For example, you are more likely to get useful replies with a subject of
  66. "File conversion from PC-Write to WordPerfect" than with a subject of
  67. "Help!".  (In particular, many people ignore any message with a Subject
  68. of "please read this" or similar pleas.)  Subject lines that are longer
  69. than 40 characters will be truncated on many systems, so make sure that
  70. your Subject is concise.
  71.  
  72. ...
  73.  
  74. If you are following up to another post, make sure that the Subject is
  75. relevant to your post, too.  If you change the topic away from the
  76. original one, you should probably change the Subject line, too.
  77. -------------------------------------------
  78.  
  79. --
  80.   Tad McClellan,      Logistics Specialist (IETMs and SGML guy)
  81.                       email: mcclellantj@lfwc.lockheed.com
  82.   All I want, is a little more than I'll ever get.
  83.